feather: 2.8.0 -> 2.8.1 (#398568)

Co-authored-by: surfaceflinger <nat@nekopon.pl>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-14 14:53:21 +00:00 committed by GitHub
commit 7e1fb0f873
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "feather"; pname = "feather";
version = "2.8.0"; version = "2.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "feather-wallet"; owner = "feather-wallet";
repo = "feather"; repo = "feather";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-c7qa6MmENCEjZz8b/xyCcCO2+iI5dI8hJynBW3haSWE="; hash = "sha256-DZBRZBcoba32Z/bFThn/9siC8VESg5gdfoFO4Nw8JqM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };