Skip to content

fix(paws): use hash instead of narHash#542

Merged
getchoo merged 1 commit intomainfrom
fix/paws
Apr 18, 2025
Merged

fix(paws): use hash instead of narHash#542
getchoo merged 1 commit intomainfrom
fix/paws

Conversation

@isabelroses
Copy link
Copy Markdown
Member

between nix 2.26 and 2.28 theres a difference in the output json from nix flake prefetch

nix 2.26:

{
  "hash": "sha256-JYHsWUKKBzYEc5iSiyYsYm5Kz73PPN0php0JfR9wMxg=",
  "locked": {
    "__final": true,
    "lastModified": 1744992325,
    "narHash": "sha256-JYHsWUKKBzYEc5iSiyYsYm5Kz73PPN0php0JfR9wMxg=",
    "owner": "catppuccin",
    "repo": "atuin",
    "rev": "bd403cf7f0324aafc3f2462aeb9c2be6e230c9ac",
    "type": "github"
  },
  "original": {
    "owner": "catppuccin",
    "repo": "atuin",
    "type": "github"
  },
  "storePath": "/nix/store/0b398ha6q0gbzjswbdxhh8r1fgiyjrgf-source"
}

nix 2.18:

{
  "hash": "sha256-JYHsWUKKBzYEc5iSiyYsYm5Kz73PPN0php0JfR9wMxg=",
  "locked": {
    "__final": true,
    "lastModified": 1744992325,
    "owner": "catppuccin",
    "repo": "atuin",
    "rev": "bd403cf7f0324aafc3f2462aeb9c2be6e230c9ac",
    "type": "github"
  },
  "original": {
    "owner": "catppuccin",
    "repo": "atuin",
    "type": "github"
  },
  "storePath": "/nix/store/0b398ha6q0gbzjswbdxhh8r1fgiyjrgf-source"
}

@isabelroses isabelroses changed the title fix: pin paws to nix 2.26 fix(paws): use hash instead of narHash Apr 18, 2025
Copy link
Copy Markdown
Member

@getchoo getchoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reported upstream in NixOS/nix#13049. Thanks!

@getchoo getchoo merged commit 592094a into main Apr 18, 2025
9 checks passed
@getchoo getchoo deleted the fix/paws branch April 18, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants