3
0
Fork 0
forked from mirrors/nixpkgs

cinnamon.warpinator: 1.6.2 -> 1.6.3

https://github.com/linuxmint/warpinator/compare/1.6.2...1.6.3
This commit is contained in:
Bobby Rong 2023-06-08 19:38:54 +08:00
parent a0aef0bec7
commit 3b369e7378
No known key found for this signature in database

View file

@ -33,13 +33,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "warpinator"; pname = "warpinator";
version = "1.6.2"; version = "1.6.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-crGW1FBfTEiKqx981EzG414we4icyBv/keGtMlr8UFc="; hash = "sha256-iCq2cwZgsq5/bJqjYuZ6dZLqz2nIpgHCrIQeMVxJNXY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [