gnome.cheese: 43.alpha → 43.0

https://gitlab.gnome.org/GNOME/cheese/-/compare/43.alpha...43.0

The only non-translation change is "Remove glibc debug environment variables".
This commit is contained in:
Bobby Rong 2022-12-20 09:44:41 +00:00
parent ecbfab1328
commit 766d49f1ec
No known key found for this signature in database

View file

@ -34,13 +34,13 @@
stdenv.mkDerivation rec {
pname = "cheese";
version = "43.alpha";
version = "43.0";
outputs = [ "out" "man" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/cheese/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "utrp972m+lch2regi4I3p15TJcDJpmlJj/VPdyFG5M8=";
sha256 = "dFdMSjwycyfxotbQs/k3vir7B6YVm21425wZLeZmfws=";
};
nativeBuildInputs = [