feather: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm
2025-04-14 13:37:13 +00:00
parent db0c531d95
commit 562e093579
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feather";
version = "2.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "feather-wallet";
repo = "feather";
rev = finalAttrs.version;
hash = "sha256-c7qa6MmENCEjZz8b/xyCcCO2+iI5dI8hJynBW3haSWE=";
hash = "sha256-DZBRZBcoba32Z/bFThn/9siC8VESg5gdfoFO4Nw8JqM=";
fetchSubmodules = true;
};