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
stdenv.mkDerivation rec {
pname = "warpinator";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-crGW1FBfTEiKqx981EzG414we4icyBv/keGtMlr8UFc=";
hash = "sha256-iCq2cwZgsq5/bJqjYuZ6dZLqz2nIpgHCrIQeMVxJNXY=";
};
nativeBuildInputs = [