Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
charmcraft: 2.5.5 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Apr 16, 2024
1 parent 8ee8e85 commit d6ceeb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/charmcraft/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs, lib, ... }:
let
version = "2.5.5";
version = "2.6.0";
in
pkgs.python3Packages.buildPythonApplication {
inherit version;
Expand All @@ -10,7 +10,7 @@ pkgs.python3Packages.buildPythonApplication {
owner = "canonical";
repo = "charmcraft";
rev = version;
hash = "sha256-MuHj7ZoOy/M4Paa9d+aywKwdpa7MTGETmPILizTlPzQ=";
hash = "sha256-B0ZcOORW6yaSIpisPLnq5/S/CcqqvHNTXcfP1sKW2KQ=";
};

postPatch = ''
Expand Down

0 comments on commit d6ceeb4

Please sign in to comment.