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

louvre: 1.2.1-2 -> 2.0.0-1
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-06-11 15:44:47 +00:00
committed by GitHub
+2 -2
View File
@@ -22,9 +22,9 @@
}:
stdenv.mkDerivation (self: {
pname = "louvre";
version = "1.2.1-2";
version = "2.0.0-1";
rev = "v${self.version}";
hash = "sha256-jHMgn6EwWt9GMT8JvIUtUPbn9o1DZCzxiYC7RnoGZv0=";
hash = "sha256-tDpgFtccMlGYrahEC4vlj5cfIzkqUl664ccRhcKIVTQ=";
src = fetchFromGitHub {
inherit (self) rev hash;