3
0
Fork 0
forked from mirrors/nixpkgs

volctl: 0.9.2 -> 0.9.4

https://github.com/buzz/volctl/compare/v0.9.2...v0.9.4
This commit is contained in:
Bobby Rong 2023-05-21 17:49:26 +08:00
parent 3005f20ce0
commit 67956ec5c3
No known key found for this signature in database

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "volctl";
version = "0.9.2";
version = "0.9.4";
src = fetchFromGitHub {
owner = "buzz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ill0rwqrgAH7lbzh86DQc1Q71lkYh8PCKZvi4XadsW8=";
sha256 = "sha256-jzS97KV17wKeBI6deKE4rEj5lvqC38fq1JGundHn2So=";
};
postPatch = ''