gnome.cheese: 44.0 → 44.0.1

https://gitlab.gnome.org/GNOME/cheese/-/compare/44.0...44.0.1
This commit is contained in:
Bobby Rong 2023-04-20 01:37:23 +00:00
parent 555daa9d33
commit fed21bcd89
No known key found for this signature in database

View File

@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "cheese";
version = "44.0";
version = "44.0.1";
outputs = [ "out" "man" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/cheese/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "3yf/abII9Nz7fYb/YgqT+ThP3G/hBaP0rpO0OO+r9Fw=";
sha256 = "2SJAEnLN1BXCknA+UsazZEZqCyDuHbMgJRZEwoNgb9Q=";
};
nativeBuildInputs = [