srain: 1.5.0 -> 1.5.1

This commit is contained in:
rewine 2023-03-26 19:02:30 +08:00
parent 64b624ce76
commit 6198b30952
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "srain";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "SrainApp";
repo = "srain";
rev = version;
sha256 = "sha256-AJ02S5+A/n8kO6lic8EbPYqNDmHL/tKbXhIkHTrcXOM=";
sha256 = "sha256-PiLjlsYmgxXpvcqDkwS/6WmTEimMH8+OndUG2Hehdm0=";
};
nativeBuildInputs = [