mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #322509 from r-ryantm/auto-update/louvre
louvre: 2.1.0-1 -> 2.2.0-1
This commit is contained in:
commit
97271541c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user