louvre: 1.1.0-1 -> 1.2.0-2

This commit is contained in:
R. Ryantm
2024-02-17 08:15:36 +00:00
parent e51ce7cd44
commit 40bb5a4a97
+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;