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

louvre: 2.0.0-1 -> 2.1.0-1
This commit is contained in:
Nick Cao 2024-06-19 10:31:36 -04:00 committed by GitHub
commit f742ffdde8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,9 +22,9 @@
}:
stdenv.mkDerivation (self: {
pname = "louvre";
version = "2.0.0-1";
version = "2.1.0-1";
rev = "v${self.version}";
hash = "sha256-tDpgFtccMlGYrahEC4vlj5cfIzkqUl664ccRhcKIVTQ=";
hash = "sha256-qRvAryZ6SIhh5yDugcosVYOM2Tq0XPuaA6ib8/jWxNI=";
src = fetchFromGitHub {
inherit (self) rev hash;