srain: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2025-06-11 18:51:37 +00:00
parent 3fa008da69
commit 01c8125437
+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 = [