gnome.cheese: 44.0.1 → 44.1

https://gitlab.gnome.org/GNOME/cheese/-/compare/44.0.1...44.1
This commit is contained in:
Bobby Rong 2023-07-16 09:08:28 +00:00 committed by Bjørn Forsman
parent f0e4cf997f
commit a5f8a0908c

View file

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