Merge pull request #289488 from r-ryantm/auto-update/louvre

louvre: 1.1.0-1 -> 1.2.0-2
This commit is contained in:
Fabián Heredia Montiel
2024-02-17 10:28:00 -06:00
committed by GitHub
+2 -2
View File
@@ -22,9 +22,9 @@
}:
stdenv.mkDerivation (self: {
pname = "louvre";
version = "1.1.0-1";
version = "1.2.0-2";
rev = "v${self.version}";
hash = "sha256-HwvX0ykl2+4MBcIixmEknFtsB0QC4w1QDzQz1589bl0=";
hash = "sha256-0l465kcGzfxnoTkfMCDFyU0Z4mFTjUHtKCN23ONQNoA=";
src = fetchFromGitHub {
inherit (self) rev hash;