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

louvre: 2.1.0-1 -> 2.2.0-1
This commit is contained in:
Matthias Beyer
2024-06-30 17:28:43 +02:00
committed by GitHub
+2 -2
View File
@@ -22,9 +22,9 @@
}:
stdenv.mkDerivation (self: {
pname = "louvre";
version = "2.1.0-1";
version = "2.2.0-1";
rev = "v${self.version}";
hash = "sha256-qRvAryZ6SIhh5yDugcosVYOM2Tq0XPuaA6ib8/jWxNI=";
hash = "sha256-Ds1TTxHFq0Z88djdpAunhtKAipOCTodKIKOh5oxF568=";
src = fetchFromGitHub {
inherit (self) rev hash;