srain: 1.8.0 -> 1.8.1 (#415921)

This commit is contained in:
rewine
2025-06-12 08:50:16 +08:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "srain";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "SrainApp";
repo = "srain";
rev = version;
hash = "sha256-c5dy5dD5Eb/MVNCpLqIGNuafsrmgLjEfRfSxKVxu5wY=";
hash = "sha256-F7TFCPTAU856403QNUUyf+10s/Yr4xDN/CarJNcUv4A=";
};
nativeBuildInputs = [