template-glib: 3.36.2 → 3.36.3
https://gitlab.gnome.org/GNOME/template-glib/-/compare/3.36.2...3.36.3
This commit is contained in:
parent
7cb09c996c
commit
d98adb30f2
@ -19,7 +19,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "template-glib";
|
||||
version = "3.36.2";
|
||||
version = "3.36.3";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-ACDzpAGIjOdjs6F1CML1jpGXKkg6DFR6/bfMviVhmUg=";
|
||||
url = "mirror://gnome/sources/template-glib/${lib.versions.majorMinor version}/template-glib-${version}.tar.xz";
|
||||
hash = "sha256-1SizWyz5Dgfa5Q4l4S+62w6wSPV/1RUc+fbpjM4d8g4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
packageName = "template-glib";
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user