hans: 1.0 -> 1.1

This commit is contained in:
R. Ryantm 2022-12-19 05:46:17 +00:00 committed by Bobby Rong
parent 501848c755
commit f6d575cc22

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "hans";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
sha256 = "1qnfl7wr5x937b6jx3vhhvnwnrclrqvq7d7zxbfhk74pdwnjy8n4";
sha256 = "sha256-r6IDs8Seys94LBNnedcfVX5aW8x//ZN0Yh/DGTg8niA=";
rev = "v${version}";
repo = "hans";
owner = "friedrich";